home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / AMUG / PROGRAMMING / Raven 1.2 Examples.sit / Raven 1.2 Examples / Quill / Source / Constants.cpp < prev    next >
Text File  |  1997-01-20  |  700b  |  23 lines

  1. /*
  2.  *  File:       Constants.cpp
  3.  *  Summary:       Some constants used by Quill.
  4.  *  Written by: Jesse Jones
  5.  *
  6.  *  Copyright ゥ 1996 Jesse Jones. 
  7.  *    For conditions of distribution and use, see copyright notice in ZTypes.h  
  8.  *
  9.  *  Change History (most recent first):    
  10.  *
  11.  *         <->    10/17/96    JDJ        Created
  12.  */
  13.  
  14. #include "Constants.h"
  15.  
  16.  
  17. // ===================================================================================
  18. //    Menu Commands
  19. // ===================================================================================
  20. const MenuCommand kDuplicateCmd = "Duplicate";
  21. const MenuCommand kCreateCmd    = "Create";
  22. const MenuCommand kInfoCmd      = "Get Info";
  23. const MenuCommand kEditCmd      = "Edit";